home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1998 June / SGI Freeware 1998 June.iso / dist / fw_fileutils.idb / usr / freeware / catman / u_man / cat1 / rm.Z / rm
Text File  |  1998-05-21  |  3KB  |  134 lines

  1. /xlv1/freeware/1998.May/fileutils/3.16/fileutils-3.16.diffbuild/man
  2.  
  3.  
  4.  
  5.      RRRRMMMM((((1111))))         FFFFSSSSFFFF ((((GGGGNNNNUUUU FFFFiiiilllleeee UUUUttttiiiilllliiiittttiiiieeeessss))))         RRRRMMMM((((1111))))
  6.  
  7.  
  8.  
  9.      NNNNAAAAMMMMEEEE
  10.       rm - remove files
  11.  
  12.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  13.       rrrrmmmm [-dfirvR] [--directory] [--force] [--interactive]
  14.       [--recursive]    [--help] [--version] [--verbose] name...
  15.  
  16.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  17.       This documentation is    no longer being    maintained and may be
  18.       inaccurate or    incomplete.  The Texinfo documentation is now
  19.       the authoritative source.
  20.  
  21.       This manual page documents the GNU version of    rrrrmmmm.  rrrrmmmm
  22.       removes each specified file.    By default, it does not    remove
  23.       directories.
  24.  
  25.       If a file is unwritable, the standard    input is a tty,    and
  26.       the -_f or --_f_o_r_c_e option is not given, rrrrmmmm prompts the    user
  27.       for whether to remove    the file.  If the response does    not
  28.       begin    with `y' or `Y', the file is skipped.
  29.  
  30.       GNU rrrrmmmm, like every program that uses the getopt function to
  31.       parse    its arguments, lets you    use the    -- option to indicate
  32.       that all following arguments are non-options.     To remove a
  33.       file called `-f' in the current directory, you could type
  34.       either
  35.            rm -- -f
  36.       or
  37.            rm ./-f
  38.       The Unix rrrrmmmm program's    use of a single    `-' for    this purpose
  39.       predates the development of the getopt standard syntax.
  40.  
  41.     OOOOPPPPTTTTIIIIOOOONNNNSSSS
  42.       -_d, --_d_i_r_e_c_t_o_r_y
  43.            Remove directories with `unlink'    instead    of `rmdir',
  44.            and don't require a directory to    be empty before    trying
  45.            to unlink it.  Only works for the super-user.  Because
  46.            unlinking a directory causes any    files in the deleted
  47.            directory to become unreferenced, it is wise to ffffsssscccckkkk
  48.            the filesystem after doing this.
  49.  
  50.       -_f, --_f_o_r_c_e
  51.            Ignore nonexistent files    and never prompt the user.
  52.  
  53.       -_i, --_i_n_t_e_r_a_c_t_i_v_e
  54.            Prompt whether to remove    each file.  If the response
  55.            does not    begin with `y' or `Y', the file    is skipped.
  56.  
  57.       -_r, -_R, --_r_e_c_u_r_s_i_v_e
  58.            Remove the contents of directories recursively.
  59.  
  60.       -_v, --_v_e_r_b_o_s_e
  61.  
  62.  
  63.  
  64.      Page 1                         (printed 5/18/98)
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.      RRRRMMMM((((1111))))         FFFFSSSSFFFF ((((GGGGNNNNUUUU FFFFiiiilllleeee UUUUttttiiiilllliiiittttiiiieeeessss))))         RRRRMMMM((((1111))))
  72.  
  73.  
  74.  
  75.            Print the name of each file before removing it.
  76.  
  77.       --_h_e_l_p
  78.            Print a usage message on    standard output    and exit
  79.            successfully.
  80.  
  81.       --_v_e_r_s_i_o_n
  82.            Print version information on standard output then exit
  83.            successfully.
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.      Page 2                         (printed 5/18/98)
  131.  
  132.  
  133.  
  134.